home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Productivity / MacJournal 4.0.4.dmg / MacJournal.app / Contents / Resources / Italian.lproj / PodcastOptions.nib / classes.nib next >
Text File  |  2006-06-27  |  860b  |  30 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {"" = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             CLASS = MJPodcastOptionsController; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 baseURLTextField = NSTextField; 
  14.                 languageComboBox = NSComboBox; 
  15.                 linkTextField = NSTextField; 
  16.                 nameTextField = NSTextField; 
  17.                 okButton = NSButton; 
  18.             }; 
  19.             SUPERCLASS = MJWindowController; 
  20.         }, 
  21.         {
  22.             ACTIONS = {cancel = id; ok = id; }; 
  23.             CLASS = MJWindowController; 
  24.             LANGUAGE = ObjC; 
  25.             OUTLETS = {helpButton = NSButton; }; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }
  28.     ); 
  29.     IBVersion = 1; 
  30. }